home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / CD Label Designer 1.5 / cdlabdes.exe / {app} / CDLabDesigner.exe / 0 / RCDATA / TFRMREGISTER / TFRMREGISTER.txt
Text File  |  2002-06-14  |  1KB  |  80 lines

  1. object frmRegister: TfrmRegister
  2.   Left = 289
  3.   Top = 215
  4.   BorderStyle = bsDialog
  5.   Caption = 'Register'
  6.   ClientHeight = 138
  7.   ClientWidth = 218
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   DesignSize = (
  17.     218
  18.     138)
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 201
  25.     Height = 101
  26.     Shape = bsFrame
  27.   end
  28.   object Label1: TLabel
  29.     Left = 16
  30.     Top = 16
  31.     Width = 114
  32.     Height = 13
  33.     Caption = 'Please enter your name:'
  34.   end
  35.   object Label2: TLabel
  36.     Left = 16
  37.     Top = 64
  38.     Width = 71
  39.     Height = 13
  40.     Caption = 'Enter your key:'
  41.   end
  42.   object Edit1: TEdit
  43.     Left = 16
  44.     Top = 32
  45.     Width = 185
  46.     Height = 21
  47.     TabOrder = 0
  48.   end
  49.   object Edit2: TEdit
  50.     Left = 16
  51.     Top = 80
  52.     Width = 185
  53.     Height = 21
  54.     TabOrder = 1
  55.   end
  56.   object Button1: TButton
  57.     Left = 55
  58.     Top = 113
  59.     Width = 75
  60.     Height = 21
  61.     Anchors = [akRight, akBottom]
  62.     Caption = '&Ok'
  63.     Default = True
  64.     ModalResult = 1
  65.     TabOrder = 2
  66.     OnClick = BitBtn1Click
  67.   end
  68.   object Button3: TButton
  69.     Left = 135
  70.     Top = 113
  71.     Width = 75
  72.     Height = 21
  73.     Anchors = [akRight, akBottom]
  74.     Cancel = True
  75.     Caption = '&Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 3
  78.   end
  79. end
  80.